home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 February / macformat-126.iso / OS X Customisation kit / Desktop Enhancements / DragThing 4.5.2 / DragThing.app / Contents / Info-macos.plist next >
Encoding:
Extensible Markup Language  |  2002-11-27  |  1.6 KB  |  62 lines  |  [TEXT/R*ch]

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plist version="0.9">
  3. <dict>
  4.     <key>CFBundleExecutable</key>
  5.     <string>DragThing</string>
  6.     <key>CFBundleIdentifier</key>
  7.     <string>uk.co.tla-systems.dragthing</string>
  8.     <key>CFBundleName</key>
  9.     <string>DragThing</string>
  10.     <key>CFBundlePackageType</key>
  11.     <string>APPL</string>
  12.     <key>CFBundleSignature</key>
  13.     <string>Dock</string>
  14.     <key>CFBundleIconFile</key>
  15.     <string>DragThing.icns</string>
  16.     <key>CFBundleVersion</key>
  17.     <string>4.5.2</string>
  18.     <key>CFBundleShortVersionString</key>
  19.     <string>4.5.2</string>
  20.     <key>NSHumanReadableCopyright</key>
  21.     <string>Copyright ¬© 1994-2002, James Thomson, All Rights Reserved.</string>
  22.     <key>NSAppleScriptEnabled</key>
  23.     <string>YES</string>
  24.     <key>CFBundleDocumentTypes</key>
  25.     <array>
  26.         <dict>
  27.             <key>CFBundleTypeOSTypes</key>
  28.             <array>
  29.                 <string>Docc</string>
  30.             </array>
  31.             <key>CFBundleTypeIconFile</key>
  32.             <string>Colours.icns</string>
  33.             <key>CFBundleTypeName</key>
  34.             <string>DragThing colour set</string>
  35.             <key>CFBundleTypeRole</key>
  36.             <string>Editor</string>
  37.         </dict>
  38.         <dict>
  39.             <key>CFBundleTypeOSTypes</key>
  40.             <array>
  41.                 <string>Doct</string>
  42.             </array>
  43.             <key>CFBundleTypeIconFile</key>
  44.             <string>Textures.icns</string>
  45.             <key>CFBundleTypeName</key>
  46.             <string>DragThing texture set</string>
  47.             <key>CFBundleTypeRole</key>
  48.             <string>Editor</string>
  49.         </dict>
  50.         <dict>
  51.             <key>CFBundleTypeOSTypes</key>
  52.             <array>
  53.                 <string>pref</string>
  54.             </array>
  55.             <key>CFBundleTypeName</key>
  56.             <string>DragThing settings</string>
  57.             <key>CFBundleTypeRole</key>
  58.             <string>Editor</string>
  59.         </dict>
  60.     </array>
  61. </dict>
  62. </plist>